public class UlterioreInterventoPAIResponse
extends java.lang.Object
Classe Java per ulterioreInterventoPAIResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="ulterioreInterventoPAIResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codiceTipoIntervento" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="descrizioneIntervento" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="250"/>
</restriction>
</simpleType>
</element>
<element name="codiceGM" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]*"/>
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codiceGM |
protected java.lang.String |
codiceTipoIntervento |
protected java.lang.String |
descrizioneIntervento |
| Constructor and Description |
|---|
UlterioreInterventoPAIResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodiceGM()
Recupera il valore della proprietà codiceGM.
|
java.lang.String |
getCodiceTipoIntervento()
Recupera il valore della proprietà codiceTipoIntervento.
|
java.lang.String |
getDescrizioneIntervento()
Recupera il valore della proprietà descrizioneIntervento.
|
void |
setCodiceGM(java.lang.String value)
Imposta il valore della proprietà codiceGM.
|
void |
setCodiceTipoIntervento(java.lang.String value)
Imposta il valore della proprietà codiceTipoIntervento.
|
void |
setDescrizioneIntervento(java.lang.String value)
Imposta il valore della proprietà descrizioneIntervento.
|
protected java.lang.String codiceTipoIntervento
protected java.lang.String descrizioneIntervento
protected java.lang.String codiceGM
public java.lang.String getCodiceTipoIntervento()
Stringpublic void setCodiceTipoIntervento(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescrizioneIntervento()
Stringpublic void setDescrizioneIntervento(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodiceGM()
Stringpublic void setCodiceGM(java.lang.String value)
value - allowed object is
String